/* lock screen section */
.lock-screen-section{
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    text-align: center;
}
.lock-screen-section .col-heading-section{
    padding: 10px;
    margin-bottom: 0px;
}
/* lock screen section */